home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '88
/
Other stuff
/
MacsBug 6.0b1
/
Resource Files
/
TrapRecord.r
< prev
Wrap
Text File
|
1988-04-13
|
462b
|
22 lines
/*
Copyright Apple Computer, Inc. 1981-1988
Rez -a -o "{SystemFolder}MacsBug" "{MPW}Debuggers:TrapRecord.r" ≥≥ "{Worksheet}"
Shutdown -r
This resource specifies the number of traps that are recorded using ATR/ATP commands.
The default is 8 if the resource is not present. Larger numbers obviously incur a
space penalty. However, all numbers are equally fast since a circular buffer
is used.
*/
type 'mxbr' { integer; };
resource 'mxbr' (100) {
16;
};